3.2.66 \(\int \frac {(A+B x) (b x+c x^2)^3}{x^{9/2}} \, dx\)

Optimal. Leaf size=79 \[ -\frac {2 A b^3}{\sqrt {x}}+2 b^2 \sqrt {x} (3 A c+b B)+\frac {2}{5} c^2 x^{5/2} (A c+3 b B)+2 b c x^{3/2} (A c+b B)+\frac {2}{7} B c^3 x^{7/2} \]

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 79, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.045, Rules used = {765} \begin {gather*} 2 b^2 \sqrt {x} (3 A c+b B)-\frac {2 A b^3}{\sqrt {x}}+\frac {2}{5} c^2 x^{5/2} (A c+3 b B)+2 b c x^{3/2} (A c+b B)+\frac {2}{7} B c^3 x^{7/2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((A + B*x)*(b*x + c*x^2)^3)/x^(9/2),x]

[Out]

(-2*A*b^3)/Sqrt[x] + 2*b^2*(b*B + 3*A*c)*Sqrt[x] + 2*b*c*(b*B + A*c)*x^(3/2) + (2*c^2*(3*b*B + A*c)*x^(5/2))/5
 + (2*B*c^3*x^(7/2))/7

Rule 765

Int[((e_.)*(x_))^(m_.)*((f_.) + (g_.)*(x_))*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[Expand
Integrand[(e*x)^m*(f + g*x)*(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, e, f, g, m}, x] && IntegerQ[p] && (
GtQ[p, 0] || (EqQ[a, 0] && IntegerQ[m]))

Rubi steps

\begin {align*} \int \frac {(A+B x) \left (b x+c x^2\right )^3}{x^{9/2}} \, dx &=\int \left (\frac {A b^3}{x^{3/2}}+\frac {b^2 (b B+3 A c)}{\sqrt {x}}+3 b c (b B+A c) \sqrt {x}+c^2 (3 b B+A c) x^{3/2}+B c^3 x^{5/2}\right ) \, dx\\ &=-\frac {2 A b^3}{\sqrt {x}}+2 b^2 (b B+3 A c) \sqrt {x}+2 b c (b B+A c) x^{3/2}+\frac {2}{5} c^2 (3 b B+A c) x^{5/2}+\frac {2}{7} B c^3 x^{7/2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 75, normalized size = 0.95 \begin {gather*} \frac {2 \left (7 A \left (-5 b^3+15 b^2 c x+5 b c^2 x^2+c^3 x^3\right )+B x \left (35 b^3+35 b^2 c x+21 b c^2 x^2+5 c^3 x^3\right )\right )}{35 \sqrt {x}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((A + B*x)*(b*x + c*x^2)^3)/x^(9/2),x]

[Out]

(2*(7*A*(-5*b^3 + 15*b^2*c*x + 5*b*c^2*x^2 + c^3*x^3) + B*x*(35*b^3 + 35*b^2*c*x + 21*b*c^2*x^2 + 5*c^3*x^3)))
/(35*Sqrt[x])

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.06, size = 79, normalized size = 1.00 \begin {gather*} \frac {2 \left (-35 A b^3+105 A b^2 c x+35 A b c^2 x^2+7 A c^3 x^3+35 b^3 B x+35 b^2 B c x^2+21 b B c^2 x^3+5 B c^3 x^4\right )}{35 \sqrt {x}} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[((A + B*x)*(b*x + c*x^2)^3)/x^(9/2),x]

[Out]

(2*(-35*A*b^3 + 35*b^3*B*x + 105*A*b^2*c*x + 35*b^2*B*c*x^2 + 35*A*b*c^2*x^2 + 21*b*B*c^2*x^3 + 7*A*c^3*x^3 +
5*B*c^3*x^4))/(35*Sqrt[x])

________________________________________________________________________________________

fricas [A]  time = 0.39, size = 73, normalized size = 0.92 \begin {gather*} \frac {2 \, {\left (5 \, B c^{3} x^{4} - 35 \, A b^{3} + 7 \, {\left (3 \, B b c^{2} + A c^{3}\right )} x^{3} + 35 \, {\left (B b^{2} c + A b c^{2}\right )} x^{2} + 35 \, {\left (B b^{3} + 3 \, A b^{2} c\right )} x\right )}}{35 \, \sqrt {x}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)*(c*x^2+b*x)^3/x^(9/2),x, algorithm="fricas")

[Out]

2/35*(5*B*c^3*x^4 - 35*A*b^3 + 7*(3*B*b*c^2 + A*c^3)*x^3 + 35*(B*b^2*c + A*b*c^2)*x^2 + 35*(B*b^3 + 3*A*b^2*c)
*x)/sqrt(x)

________________________________________________________________________________________

giac [A]  time = 0.15, size = 77, normalized size = 0.97 \begin {gather*} \frac {2}{7} \, B c^{3} x^{\frac {7}{2}} + \frac {6}{5} \, B b c^{2} x^{\frac {5}{2}} + \frac {2}{5} \, A c^{3} x^{\frac {5}{2}} + 2 \, B b^{2} c x^{\frac {3}{2}} + 2 \, A b c^{2} x^{\frac {3}{2}} + 2 \, B b^{3} \sqrt {x} + 6 \, A b^{2} c \sqrt {x} - \frac {2 \, A b^{3}}{\sqrt {x}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)*(c*x^2+b*x)^3/x^(9/2),x, algorithm="giac")

[Out]

2/7*B*c^3*x^(7/2) + 6/5*B*b*c^2*x^(5/2) + 2/5*A*c^3*x^(5/2) + 2*B*b^2*c*x^(3/2) + 2*A*b*c^2*x^(3/2) + 2*B*b^3*
sqrt(x) + 6*A*b^2*c*sqrt(x) - 2*A*b^3/sqrt(x)

________________________________________________________________________________________

maple [A]  time = 0.05, size = 76, normalized size = 0.96 \begin {gather*} -\frac {2 \left (-5 B \,c^{3} x^{4}-7 A \,c^{3} x^{3}-21 B b \,c^{2} x^{3}-35 A b \,c^{2} x^{2}-35 B \,b^{2} c \,x^{2}-105 A \,b^{2} c x -35 B \,b^{3} x +35 A \,b^{3}\right )}{35 \sqrt {x}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((B*x+A)*(c*x^2+b*x)^3/x^(9/2),x)

[Out]

-2/35/x^(1/2)*(-5*B*c^3*x^4-7*A*c^3*x^3-21*B*b*c^2*x^3-35*A*b*c^2*x^2-35*B*b^2*c*x^2-105*A*b^2*c*x-35*B*b^3*x+
35*A*b^3)

________________________________________________________________________________________

maxima [A]  time = 0.62, size = 73, normalized size = 0.92 \begin {gather*} \frac {2}{7} \, B c^{3} x^{\frac {7}{2}} - \frac {2 \, A b^{3}}{\sqrt {x}} + \frac {2}{5} \, {\left (3 \, B b c^{2} + A c^{3}\right )} x^{\frac {5}{2}} + 2 \, {\left (B b^{2} c + A b c^{2}\right )} x^{\frac {3}{2}} + 2 \, {\left (B b^{3} + 3 \, A b^{2} c\right )} \sqrt {x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)*(c*x^2+b*x)^3/x^(9/2),x, algorithm="maxima")

[Out]

2/7*B*c^3*x^(7/2) - 2*A*b^3/sqrt(x) + 2/5*(3*B*b*c^2 + A*c^3)*x^(5/2) + 2*(B*b^2*c + A*b*c^2)*x^(3/2) + 2*(B*b
^3 + 3*A*b^2*c)*sqrt(x)

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 69, normalized size = 0.87 \begin {gather*} \sqrt {x}\,\left (2\,B\,b^3+6\,A\,c\,b^2\right )+x^{5/2}\,\left (\frac {2\,A\,c^3}{5}+\frac {6\,B\,b\,c^2}{5}\right )-\frac {2\,A\,b^3}{\sqrt {x}}+\frac {2\,B\,c^3\,x^{7/2}}{7}+2\,b\,c\,x^{3/2}\,\left (A\,c+B\,b\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((b*x + c*x^2)^3*(A + B*x))/x^(9/2),x)

[Out]

x^(1/2)*(2*B*b^3 + 6*A*b^2*c) + x^(5/2)*((2*A*c^3)/5 + (6*B*b*c^2)/5) - (2*A*b^3)/x^(1/2) + (2*B*c^3*x^(7/2))/
7 + 2*b*c*x^(3/2)*(A*c + B*b)

________________________________________________________________________________________

sympy [A]  time = 7.85, size = 105, normalized size = 1.33 \begin {gather*} - \frac {2 A b^{3}}{\sqrt {x}} + 6 A b^{2} c \sqrt {x} + 2 A b c^{2} x^{\frac {3}{2}} + \frac {2 A c^{3} x^{\frac {5}{2}}}{5} + 2 B b^{3} \sqrt {x} + 2 B b^{2} c x^{\frac {3}{2}} + \frac {6 B b c^{2} x^{\frac {5}{2}}}{5} + \frac {2 B c^{3} x^{\frac {7}{2}}}{7} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)*(c*x**2+b*x)**3/x**(9/2),x)

[Out]

-2*A*b**3/sqrt(x) + 6*A*b**2*c*sqrt(x) + 2*A*b*c**2*x**(3/2) + 2*A*c**3*x**(5/2)/5 + 2*B*b**3*sqrt(x) + 2*B*b*
*2*c*x**(3/2) + 6*B*b*c**2*x**(5/2)/5 + 2*B*c**3*x**(7/2)/7

________________________________________________________________________________________